home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo .
- echo . UN-Installing HAPPY BUTTON for Windows95
- echo .
- choice /c:YN /n ". Do you really wish to un-install HappyButton ? "
- if errorlevel 2 goto NO
- if errorlevel 1 goto YES
- :NO
- echo .
- echo . NO ! UNINSTALL ABORTED ... Restarting Windows
- goto END
- :YES
- echo .
- echo . YES ! Removing HappyButton
- echo .
- echo . Restoring USER_EXE.BAK to %winbootdir%\SYSTEM\USER.EXE
- copy %winbootdir%\system\user_exe.bak %winbootdir%\system\user.exe /y >nul
- echo .
- echo . Deleting USER_EXE.BAK
- del %winbootdir%\system\user_exe.bak >nul
- echo .
- echo . Deleting Install Files ( in other words, you will have to download
- echo . HappyButton again if you change your mind )
- del install.pif
- del readme.txt
- del user.ex_
- del happy.bat
- echo .
- echo . DONE ! Some files related to this application could not be removed.
- echo . You may delete them manually when Windows restarts.
- echo .
- echo . If the only reason you are deleting HappyButton is because you do
- echo . not like the happy-face icon, you can still customize the START
- echo . button yourself.
- echo .
- echo . e-mail : spot@null.net
- echo . WWW : http://www.geocities.com/Athens/6508/
- echo .
- choice /c:X /n ". Press X to Return to Windows95"
- goto END
- :END
- echo .
-